home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_55 / PlaceObject2_656_9 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2006-06-13  |  178 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x <= -10)
  3.    {
  4.       randy = random(273) + 36;
  5.       this._y = randy;
  6.       this._x = 720;
  7.    }
  8.    this._x -= _root.AC_moveSpeed;
  9. }
  10.